The following tables list the members exposed by the InputValidationRule<TInputToValidate> type.

Name Description
Public property InputToValidate Gets or sets the Input<T> to validate. (inherited from BaseInputValidationRule).
Public property ValidationGearObjects Gets or sets the Validate<TToValidate> validation gears. (inherited from BaseInputValidationRule).
Public property ValidationGears Gets or sets the validation gears to apply to the input.
Top